2024 Constructor
Changes 4
C

ElementMulticategoryFilter(ICollection(ElementId))

Description:
Constructs a new instance of a filter to find elements whose category matches any of a given set of categories.
public ElementMulticategoryFilter(
	ICollection<ElementId> categoryIds
)
  • ICollection<ElementId>
    categoryIds
    The category ids to match.